home *** CD-ROM | disk | FTP | other *** search
/ Holt Researcher: American History / Holt Researcher: American History.iso / pc / modules / tour.dxr / 00295.ls < prev    next >
Encoding:
Text File  |  2000-01-21  |  419 b   |  19 lines

  1. on enterFrame
  2.   global gPlaySound, gCurrLabel
  3.   if the frameLabel <> 0 then
  4.     gCurrLabel = the frameLabel
  5.   end if
  6.   sprite(4).visible = 1
  7.   isMemoryAvailable("continue the tour", 1200, 500)
  8.   sound stop 1
  9.   gPlaySound = 1
  10. end
  11.  
  12. on exitFrame
  13.   global gMenuButton, gMenuExit, gTourForwardArrow, gTourBackArrow
  14.   doRollover(gMenuButton)
  15.   doRollover(gMenuExit)
  16.   Inscope(gTourForwardArrow)
  17.   Inscope(gTourBackArrow)
  18. end
  19.